object frmOEMInfo: TfrmOEMInfo Left = 0 Top = 0 Width = 635 Height = 353 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object gbMain: TGroupBox Left = 16 Top = 1 Width = 605 Height = 136 Caption = 'gbMain' TabOrder = 0 object lblManufacturer: TAxLabel Left = 24 Top = 30 Width = 88 Height = 16 WordWrap = False Transparent = True Caption = 'lblManufacturer' ShowAccelChar = True end object lblModel: TAxLabel Left = 24 Top = 62 Width = 48 Height = 16 WordWrap = False Transparent = True Caption = 'lblModel' ShowAccelChar = True end object lblSupportURL: TAxLabel Left = 24 Top = 94 Width = 83 Height = 16 WordWrap = False Transparent = True Caption = 'lblSupportURL' ShowAccelChar = True end object edManufacturer: TEdit Left = 128 Top = 27 Width = 450 Height = 24 TabOrder = 0 OnChange = edManufacturerChange end object edModel: TEdit Left = 128 Top = 59 Width = 450 Height = 24 TabOrder = 1 OnChange = edManufacturerChange end object edSupportURL: TEdit Left = 128 Top = 91 Width = 450 Height = 24 TabOrder = 2 OnChange = edManufacturerChange end end object gbLogo: TGroupBox Left = 16 Top = 151 Width = 605 Height = 164 Caption = 'gbLogo' TabOrder = 1 object imgLogo: TImage Left = 24 Top = 30 Width = 180 Height = 114 Center = True Transparent = True end object Bevel1: TBevel Left = 24 Top = 30 Width = 180 Height = 114 end object lblLogo: TAxLabel Left = 230 Top = 30 Width = 350 Height = 81 WordWrap = True Transparent = True AutoSize = False Caption = 'lblLogo' ShowAccelChar = True end object lblError: TLabel Left = 40 Top = 48 Width = 145 Height = 81 Alignment = taCenter AutoSize = False Caption = 'lblError' Transparent = True Layout = tlCenter WordWrap = True end object btnLoad: TButton Left = 230 Top = 120 Width = 120 Height = 25 Caption = 'btnLoad' TabOrder = 0 OnClick = btnLoadClick end object btnClear: TButton Left = 360 Top = 120 Width = 120 Height = 25 Caption = 'btnClear' TabOrder = 1 OnClick = btnClearClick end end end